Skip to main content

BooleanIsEqualToBoolean

Type

operator

Summary

Determines whether Left and Right are equal or not.

Syntax

<Left> is <Right>

Description

Determines whether Left and Right are equal or not.

Parameters

NameTypeDescription

Left

An expression which evaluates to a boolean value.

Right

An expression which evaluates to a boolean value.

Examples

variable tBool is bool
put true is true into tBool -- tBool is true
Thank you for your feedback!

Was this page helpful?